SmartFTP FTP Library
ISSHConnection::MACs Property

Contains an ordered list of supported HMAC algorithms. 

Default: { ftpMACSHA1, ftpMACMD5, ftpMACSHA196, ftpMACMD596, ftpMACRIPEMD160 }

IDL
__property VARIANT* MACs;

During the client/server handshake the client sends the list of supported algorithms. The server then selects the first one it supports. If the server does not support an algorithm from the list the handshake fails.

What do you think about this topic? Send feedback!
Copyright (c) by SmartSoft Ltd. All rights reserved.